home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
emerald
/
emrldsys.lha
/
Language
/
Compiler
/
UsedParser.h
< prev
next >
Wrap
Text File
|
1990-08-16
|
3KB
|
123 lines
# define TIDENTIFIER 257
# define TOPERATOR 258
# define TLPAREN 259
# define TRPAREN 260
# define TLSQUARE 261
# define TRSQUARE 262
# define TLCURLY 263
# define TRCURLY 264
# define TDOLLAR 265
# define TDOT 266
# define TCOMMA 267
# define TCOLON 268
# define TSUGARASSIGN 269
# define TINTEGERLITERAL 270
# define TREALLITERAL 271
# define TCHARACTERLITERAL 272
# define TSTRINGLITERAL 273
# define TEOF 0
# define OAND 275
# define OASSIGN 276
# define OCONFORMSTO 277
# define ODIVIDE 278
# define OEQUAL 279
# define OGREATER 280
# define OGREATEREQUAL 281
# define OIDENTITY 282
# define OLESS 283
# define OLESSEQUAL 284
# define OMINUS 285
# define OMOD 286
# define ONEGATE 287
# define ONOT 288
# define ONOTEQUAL 289
# define ONOTIDENTITY 290
# define OOR 291
# define OPLUS 292
# define ORETURNS 293
# define OTIMES 294
# define KABSTRACTTYPE 295
# define KAND 296
# define KALL 297
# define KANY 298
# define KARRAY 299
# define KAS 300
# define KASSERT 301
# define KAT 302
# define KAWAITING 303
# define KATTACHED 304
# define KBEGIN 305
# define KBOOLEAN 306
# define KBY 307
# define KCHARACTER 308
# define KCHECKPOINT 309
# define KCONDITION 310
# define KCONFIRM 311
# define KCONST 312
# define KDIRECT 313
# define KDO 314
# define KELSE 315
# define KELSEIF 316
# define KEND 317
# define KENUMERATION 318
# define KEXIT 319
# define KEXPORT 320
# define KFAILURE 321
# define KFALSE 322
# define KFIX 323
# define KFOR 324
# define KFROM 325
# define KFUNCTION 326
# define KNONE 327
# define KOWNNAME 328
# define KOWNTYPE 329
# define KGLOBAL 330
# define KIF 331
# define KIMMUTABLE 332
# define KIMPORT 333
# define KINITIALLY 334
# define KINTEGER 335
# define KISFIXED 336
# define KLOCAL 337
# define KLOCATE 338
# define KLOOP 339
# define KMONITOR 340
# define KMOVE 341
# define KNIL 342
# define KNODE 343
# define KOBJECT 344
# define KON 345
# define KOP 346
# define KOPERATION 347
# define KOR 348
# define KPRIMITIVE 349
# define KPRIVATE 350
# define KRESTRICT 351
# define KSIGNATURE 352
# define KPROCESS 353
# define KREAL 354
# define KRECORD 355
# define KRECOVERY 356
# define KREFIX 357
# define KRETURN 358
# define KRETURNANDFAIL 359
# define KSELF 360
# define KSIGNAL 361
# define KSTRING 362
# define KTHEN 363
# define KTIME 364
# define KTO 365
# define KTRUE 366
# define KTYPE 367
# define KUNAVAILABLE 368
# define KUNFIX 369
# define KUNION 370
# define KVAR 371
# define KVECTOR 372
# define KVIEW 373
# define KVISIT 374
# define KWAIT 375
# define KWHEN 376
# define KWHILE 377
# define KWHERE 378